gdkglcontext-win32.h: Clean Up a Bit
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 6 Feb 2015 05:00:21 +0000 (13:00 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 6 Feb 2015 05:00:59 +0000 (13:00 +0800)
We don't have a Win32-specific ->upload_texture() anymore, so don't
indicate so.  Left out this part from my previous commit.

gdk/win32/gdkglcontext-win32.h

index 7ee9b5e4f3e29a031471556a78515cdf8e21683c..204451240dae13a30e87770155f6f450cb2a646b 100644 (file)
@@ -68,13 +68,6 @@ _gdk_win32_gl_context_end_frame (GdkGLContext *context,
                                  cairo_region_t *painted,
                                  cairo_region_t *damage);
 
-void
-_gdk_win32_gl_context_upload_texture (GdkGLContext *context,
-                                      cairo_surface_t *image_surface,
-                                      int width,
-                                      int height,
-                                      guint texture_target);
-
 gboolean
 _gdk_win32_display_make_gl_context_current (GdkDisplay *display,
                                             GdkGLContext *context);